home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / linklist / source.lha / ReadMe.BCC < prev    next >
Text File  |  1993-08-08  |  614b  |  15 lines

  1. The makefile for Borland C++ v3.1 is made by Gabe Helou
  2. (gabe@angus.mi.org). If you have any questions regarding
  3. this port, don't ask me, but send mail to Gabe.
  4.  
  5. Shane S. Brath (shane.s.brath@uwrf.edu) suggested to add
  6. the following line to the top of list.c on one line :
  7.  
  8. #pragma option -ml -v -vi- -w-ret -w-nci -w-inl -wamp -w-par -w-cpt -w-dup -w-pia -w-ill -w-sus -wstv -w-ext -w-ias -w-ibc -w-pre -w-nst -A -G -O2 -w-sus -w-aus -w-par -w-pro -w-rvl
  9.  
  10. The addition of the pragma line was meant for Borland and
  11. other MSDOS C compilers. The Microsoft C compiler (5.10)
  12. gives a warning on this line.
  13.  
  14. Anita Eijs
  15.